1. Open the SqlUtility project and build the solution.
2. Open the Extensibility project 
	a. add a reference to the WebReportsApi.dll in the ./bin of your Exago Installation
	b. check/update reference to SqlUtility project's DemoAppSQLUtils dll in bin directory
	c. build the solution
3. Edit Exago Installation's appSettings.config; add the following:
	<add key="tnRptAccessUser" value="ReportAccessUser" />
	<add key="tnRptAccessUserClasses" value="ReportAccessUserClasses" />
	<add key="tnRptPublished" value="ReportPublished" />
	<add key="tnReports" value="Reports" />
	<add key="tnCompanies" value="Companies" />
	<add key="tnUserClasses" value="UserClasses" />
	<add key="tnUserSettings" value="UserSettings" />
4. Edit Exago Installation's web.config; add the following directly above <system.web>:
  	<connectionStrings>
		<add name="DefaultConnection" connectionString="Server=SERVERNAME;Database=ExagoDemoApp;User ID=USERID;Password=PASSWORD;Trusted_Connection=False;" providerName="System.Data.SqlClient" />
	</connectionStrings>
5. In Exago's Admin Console, change the name setting Report Path a follows:
	assembly=PATH_TO_EXTENSIBILITY_PROJECT\bin\Debug\ExagoExtensibility.dll;class=ExagoExtensibility.FolderManagement